Skip to content

Expose all of the remaining parts of tesseract to python#33

Merged
NoureldinYosri merged 11 commits into
mainfrom
py_wrapper
Jun 13, 2025
Merged

Expose all of the remaining parts of tesseract to python#33
NoureldinYosri merged 11 commits into
mainfrom
py_wrapper

Conversation

@NoureldinYosri
Copy link
Copy Markdown
Contributor

@NoureldinYosri NoureldinYosri commented Jun 12, 2025

with this PR all of tesseract* can be used in python through bazel run/test. I also added string representations to the config classes

in the next PR I will add the ability to do pip install

*all of tesseract except the batching method decode_shots because it uses stim::SparseShot which stim doesn't export to python


part of #17

@NoureldinYosri NoureldinYosri requested a review from LalehB June 12, 2025 15:25
Copy link
Copy Markdown
Collaborator

@LalehB LalehB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!
Great job Nour 👏🏻

Comment thread src/simplex.cc

constexpr size_t T_COORD = 2;

std::string SimplexConfig::str() {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice! thanks for adding this!

@NoureldinYosri NoureldinYosri merged commit 1d81f0b into main Jun 13, 2025
3 checks passed
@NoureldinYosri NoureldinYosri deleted the py_wrapper branch June 13, 2025 19:06
noajshu added a commit that referenced this pull request Aug 7, 2025
…d-simplexconfig-for-verbose-callb

feat: add verbose callback for decoders
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants